SmartFTP FTP Library
ISSHConnection::Encryptions Property

Contains an ordered list of supported encryptions. 

Default: { ftpEncryptionAES128, ftpEncryption3DES, ftpEncryptionAES192, ftpEncryptionAES256, ftpEncryptionBlowfish, ftpEncryptionCAST128, ftpEncryptionDES

IDL
__property VARIANT* Encryptions;

During the client/server handshake the client sends the list of supported algorithms. The server then selects the first one it supports. If the server does not support an algorithm from the list the handshake fails.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.